Back

Psalm 118 - Nederland Zingt

Voorspel Psalm 118

PNG - MP3 - MIDI
horn PNG
sax PNG
sax-only PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=100
  \key g\major
  
  g'2 e4 d4 | g4 g4 a4 c4 | b2 a2 | r1 |
  d2 c4 b4 | a4 g4 g4 fis4 | g1 |
  
}

chordNames = \chordmode {
  
  g2 c4 d4 | g2 a4:m c4 | g2 d2 | r1 |
  g2 c4 g4 | d4 g4 c4 d4 | g1 |
  
 
}

songtext = \lyricmode {}

\include "../template.ly"